ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / CompiledRegion.Entity Structure / CompiledRegion.Entity Constructor / CompiledRegion.Entity Constructor(PointF[])

In This Topic
    CompiledRegion.Entity Constructor(PointF[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal points() As PointF _
    )
    public CompiledRegion.Entity( 
       PointF[] points
    )

    Parameters

    points
    See Also